@charset "UTF-8";
/*初始化css*/
body{font-family:微软雅黑;color: #333;font-size: 15px;}/*min-width的宽度根据项目页面宽度决定*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;}/*颜色根据通用信息列表的文字颜色决定*/
.more a{color: #999;}/*颜色根据通用更多的文字颜色决定*/
a:hover{color:#1a5fb0;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover{color:#1a5fb0;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
textarea,input{font-family:微软雅黑;}
.hide{
    display: none;
}
/*命名的语义化---正常页面的几部分如下：header(top+banner+nav)    content-wrap(section1+section2+...)     footer*/
/*主页*/
*{
    margin:0px;
    padding:0px;
    box-sizing: border-box;
}
.box{
    width: 100%;
    min-width: 1200px;
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911050944410975119.png?0.7709247009419404) no-repeat center top;
    min-height: 400px;
}
.box2{
        display: none;
    }
/*头部*/
.top_box{
    width: 100%;
    min-width: 1200px;
    background: #355e92;
    height: 40px;

}
.top{
    width: 1200px;
    margin:0 auto;
}
.top span{
    font-size: 13px;
    color: #fff;
    line-height: 40px;
}
.top_left{
    float: left;
}
.top_right{
    float: right;
    text-align: right;
}
.top_right span{
    margin-left: 5px;
    cursor: pointer;
}
.top_mid{
    width: 1200px;
    margin:0 auto;
    overflow: hidden;
}
.logo{
    float: left;

}
.logo img{
    float: left;
    margin-top: 5px;
}
.ipt_txt{
    width: 315px;
    height: 45px;
    float: left;
    outline: none;
    border: 1px solid #BFBFBF;
    border-right: none;
    font-size: 13px;
    color: #999;
    font-family: "微软雅黑";
    padding: 0 15px;
    line-height: 45px;
    bo
}
.ipt_btn{
        width: 48px;
    height: 45px;
    border: 0px;
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911050943505748988.png?0.7850782368045701) no-repeat;
    outline: none;
    cursor: pointer;
}
.search{
    float: right;
    margin-top: 70px;
}
/*导航*/
.nav{
    width: 1200px;
    margin:0 auto;
    overflow: hidden;
    margin-top: 40px;
    background: #fff;
}
.nav ul li{
    width: 197px;
    float: left;
    margin-right: 3px;
    background-color: #DDECFF;
    height: 50px;
}
.nav ul li a{
    line-height: 50px;
    font-size: 17px;
    font-weight: 700;
    color: #355e92;
    padding-left: 80px;
    display: inline-block;
    width: 197px;
    height: 50px;
}
.nav6{
    margin-right: 0px !important;
    width: 200px !important;
}
.nav1{
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911050943506486790.png?0.08201093027325812) no-repeat 36px center; 
}
.nav1:hover{
    background-color: #355E92 !important;
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911050943506755789.png?0.44774713737007477) no-repeat 36px center; 
    border-top: 2px solid #B40000;
}
.nav1:hover a{
    color: #fff !important;
}

.nav2{
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911050943507131240.png?0.9290998312851027) no-repeat 36px center; 
}
.nav2:hover{
    background-color: #355E92 !important;
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911050943507497570.png?0.6590304502998583) no-repeat 36px center; 
    border-top: 2px solid #B40000;
}
.nav2:hover a{
    color: #fff !important;
}

.nav3{
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911050943507877230.png?0.009342768944815116) no-repeat 36px center; 
}
.nav3:hover{
    background-color: #355E92 !important;
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911050943508207727.png?0.6928669758441852) no-repeat 36px center; 
    border-top: 2px solid #B40000;
}
.nav3:hover a{
    color: #fff !important;
}

.nav4{
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911050943508513238.png?0.37772577415294295) no-repeat 36px center; 
}
.nav4:hover{
    background-color: #355E92 !important;
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911050943506175008.png?0.3613461530189299) no-repeat 36px center; 
    border-top: 2px solid #B40000;
}
.nav4:hover a{
    color: #fff !important;
}

.nav5{
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911050944087455308.png?0.3322899608506247) no-repeat 36px center; 
}
.nav5:hover{
    background-color: #355E92 !important;
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911050944087888939.png?0.7458761125448801) no-repeat 36px center; 
    border-top: 2px solid #B40000;
}
.nav5:hover a{
    color: #fff !important;
}

.nav6{
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911050944086759287.png?0.6452663274426667) no-repeat 36px center; 
}
.nav6:hover{
    background-color: #355E92 !important;
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911050944087141802.png?0.7144991592655823) no-repeat 36px center; 
    border-top: 2px solid #B40000;
}
.nav6:hover a{
    color: #fff !important;
}

/*头部结束*/

.neir{
    width: 1200px;
    background: #fff;
    margin:0 auto;
    min-height: 600px;
    border-left:2px solid #FCFCFC;
    border-right:2px solid #FCFCFC;
    padding: 20px;

    
}
.tout{
    width: 100%;
    
    height: 90px;
    background-color: #F5F5F5;
    border:1px solid #DEDEDE;
    position: relative;
    
}
.tout img{
    position: absolute;
    left: -5px;
    top: -6px;
}
.neir h1{
    text-align: center;
    font-size: 29px;
    color: #bb2323;
    margin-top: 5px;
}
.neir p{
    text-align: center;
    font-size: 16px;
    color: #999999;
    margin-top: 15px;
}

.ttxw{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.ttxw_left{
    width: 570px;
    float: left;
}
.ttxw_right{
    width: 570px;
    float: right;
    border:1px solid #E8E7E7;
    padding:17px;
}
/*图片新闻*/
*{ padding:0; list-style:none; }
#focus {width:570px; height:380px; overflow:hidden; position:relative;margin:0 auto;}
#focus ul {height:1164px; position:absolute;margin:0;padding:0;}
#focus ul li {float:left; width:570px; height:380px; overflow:hidden; position:relative; background:#000;}
#focus ul li div.photo_bt {position:absolute; bottom:0; left:12px; color:#ffffff; z-index:1; line-height:42px;}
#focus .btnBg {position:absolute; width:570px; height:42px; left:0; bottom:0; background:#000;}
#focus .btn {position:absolute; width:150px; height:30px; padding:6px 0; right:15px; bottom:6px; text-align:right;}
#focus .btn span {display:inline-block; _display:inline; _zoom:1; width:10px; height:10px; _font-size:0; margin-left:5px; cursor:pointer; background:#d5d5d5;border-radius: 50%;}
#focus .btn span.on {background:#ffae00;width:10px;height:10px;}
#focus .preNext {width:36px; height:56px; position:absolute; top:166px;  cursor:pointer;}
#focus .pre {left:0;}
#focus .next {right:0; background-position:right top;}
#focus .pre:hover {left:0;background-position:left bottom;}
#focus .next:hover {right:0; background-position:right bottom;}


.title_icon{
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #355E92;
    padding-left: 35px;
}
.title_icon span{
    font-size: 17px;
    font-weight: 700;
    color: #355e92;
}
.title_line{
    border-bottom: 1px solid #E5E5E4;
}
.title_line a{
    font-size: 16px;
    color: #666666;
    line-height: 35px;
}
.title_icon1{
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911051344013564082.png?0.9331207520266793) no-repeat left 10px;
}
.yw{
    padding: 15px 10px;
}
.yw h3{
    text-align: center;
}
.yw h3 a{
    font-size: 17px;
    color: #d80202;
}
.yw p{
    font-size: 13px;
    color: #999999;
    text-align: left;
}
.yw p a{
    color: #e91b1b;
}
.list li{
    padding-left: 12px;
    line-height: 35px;
    height:35px; 
    background:url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web2243/site/picture/536/1906181110530078143.png) no-repeat left center;
}
.list li a{
    color:#333;
    font-size: 16px;
}
.list li span{
    float: right;
    font-size: 16px;
    color:#999;
}
.dont{
    margin-top: 20px;
    overflow: hidden;
}
.dont_left{
    float: left;
    width: 570px;

}
.dont_right{
    float: right;
    width: 570px;
}
.list2{
    margin-top: 5px;
}
.list2 li{
    padding-left: 12px;
    line-height: 40px;
    height:40px; 
    border-bottom: 1px dashed #999;
    background:url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web2243/site/picture/536/1906181110530078143.png) no-repeat left center;
}
.list2 li a{
    color:#333;
    font-size: 16px;
}
.list2 li span{
    float: right;
    font-size: 16px;
    color:#999;
}

.qieh{
    height: 45px;
}
.qieh_ul li{
    float: left;
    line-height: 45px;
}
.qieh_ul li a{
    font-size: 17px;
}
.qieh_ul li span{
    margin:0px 15px;
    line-height: 45px;
}

.qieh_ul .active a{
    color: #355e92;
    font-weight: 700;
}
.bgong{
    margin-top: 9px;
}
.img1{
    float: left;
}
.img2{
    float: right;
}

.gund {position: relative;margin-top: 30px;height: 112px;padding:10px 0px;border-bottom: 1px solid #E2E2E2;border-top: 1px solid #E2E2E2;padding-top: 11px;}
.gund .content {width: 1060px;margin: 0 auto;}
.gund h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}
.gund .Box_con {position: relative;}
.gund .Box_con .btnl {position: absolute;}
.gund .Box_con .btn {display: block;width: 30px;height: 110px;position: absolute;top: -11px;cursor: pointer;background-color: #F3F3F3 !important;}
.gund .Box_con .btnl {background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911051511534537036.png?0.5327932151771038) no-repeat center;left: -48px;border-left:1px solid #E2E2E2;border-right:1px solid #E2E2E2;}
.gund .Box_con .btnr {background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911051511534921925.png?0.05286943284761492) no-repeat center;right: -48px;border-left:1px solid #E2E2E2;border-right:1px solid #E2E2E2;}
.gund .Box_con .conbox {position: relative;overflow: hidden;}
.gund .Box_con .conbox ul {position: relative;list-style: none;}
.gund .Box_con .conbox ul li {float: left;width: 1060px;height: 90px;margin-left: 20px;overflow: hidden;}
.gund .Box_con .conbox ul li:first-child {margin-left: 0;}
.gund .Box_con .conbox ul li img {display: block;width: 1060px;height: 90px;transition: all 0.5s;}

.gund .BoxSwitch {margin-top: 30px;text-align: center;}
.gund .BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
.gund .BoxSwitch span.cur {background: red;}

.fw_top{
    margin-top: 15px;
    overflow: hidden;
}
.fw_top ul li{
    width: 185px;
    height: 60px;
    float: left;
    padding:10px;
    background-color: #F4F4F4;
    margin-right: 7px;
}
.fw_top ul li a{
    display: inline-block;
    width: 165px;
    height: 40px;
}
.fw_none{
    margin-right: 0px !important;
}
.fw_top ul li .pic{
    width: 116px;
    height: 40px;
    float: right;
    border-left:2px solid #8facd1;
    text-align: center;
}
.fw_top ul li .pic span{
    font-size: 17px;
    line-height: 40px;
    text-align: center;
    color: #355e92;
}
.fw1{
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911051630039966028.png?0.20308204953941944) no-repeat 15px 15px;
}
.fw1:hover{
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911051630040244925.png?0.07852657903500493) no-repeat 15px 15px;
    background-color: #355e92;
}
.fw1:hover .pic span{
    color:#fff;
}


.fw2{
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911051630040568844.png?0.5759532182145348) no-repeat 15px 15px;
}
.fw2:hover{
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911051630040868862.png?0.21488298285765772) no-repeat 15px 15px;
    background-color: #355e92;
}
.fw2:hover .pic span{
    color:#fff;
}

.fw3{
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911051630041182735.png?0.384092499447235) no-repeat 15px 15px;
}
.fw3:hover{
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911051630041514237.png?0.30754001747336557) no-repeat 15px 15px;
    background-color: #355e92;
}
.fw3:hover .pic span{
    color:#fff;
}
/*/////*/
.fw4{
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911051630041894351.png?0.16624739620052265) no-repeat 15px 15px;
}
.fw4:hover{
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911051630042199743.png?0.5963464331929484) no-repeat 15px 15px;
    background-color: #355e92;
}
.fw4:hover .pic span{
    color:#fff;
}


.fw5{
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911051630042874366.png?0.5585008384764074) no-repeat 15px 15px;
}
.fw5:hover{
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911051718489091655.png?0.46520125829525893) no-repeat 15px 15px;
    background-color: #355e92;
}
.fw5:hover .pic span{
    color:#fff;
}

.fw6{
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911141349316648561.png?0.7705330129567887) no-repeat 15px 15px;
}
.fw6:hover{
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911141349317126546.png?0.006303477986716377) no-repeat 15px 15px;
    background-color: #355e92;
}
.fw6:hover .pic span{
    color:#fff;
}




/*///////*/






.fw_mid{
    margin-top: 10px;
    overflow: hidden;
    margin-bottom: 17px;
}
.fw_mid_left{
    width: 280px;
    float: left;
    height: 60px;
    padding: 10px;
    text-align: center;
    
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911051630041894351.png?0.16624739620052265) no-repeat 15px 15px;
    background-color: #F4F4F4;
}
.fw_mid_right{
    width: 280px;
    float: right;
    height: 60px;
    padding:10px;
    text-align: center;

    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911051630042874366.png?0.5585008384764074) no-repeat 15px 15px;
    background-color: #F4F4F4;
}
.txt_1{
    font-size: 19px;
    color: #355e92;
    line-height: 40px;
    float: left;
    margin-left: 100px;
}
.txt_2{
    font-size: 19px;
    color: #355e92;
    line-height: 40px;
    float: left;
    margin-left: 58px;
}
.dy_m{
    display: inline-block;
    width: 31px;
    height: 33px;
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911051703312233853.png?0.8946956783334683) no-repeat center center;
    float: right;
    margin-top: 3px;
}

.fw_mid_left:hover{
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911051630042199743.png?0.5963464331929484) no-repeat 15px 15px;
    background-color: #355e92;
}
.fw_mid_left:hover .txt_1{
    color: #fff;
}
.fw_mid_left:hover .dy_m{
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911051717537126182.png?0.9932361133787089) no-repeat center center;
}

.fw_mid_right:hover{
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911051718489091655.png?0.46520125829525893) no-repeat 15px 15px;
    background-color: #355e92;
}
.fw_mid_right:hover .txt_2{
    color: #fff;
}
.fw_mid_right:hover .dy_m{
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3196/site/picture/0/1911051717537126182.png?0.9932361133787089) no-repeat center center;
}

.fw_bt{
    padding-top: 7px;
    border-top: 1px solid #E5E5E4;
}

.fw_bt ul li{
    float: left;
    margin-right: 7px;
}
.lianjie{
    border:1px solid #E5E5E4;
    padding: 20px 30px;
    margin-top: 20px;
}
.lj_top{
    overflow: hidden;
}
.lj_top ul li{
    float: left;
    margin-right: 30px;

}
.lj_top ul li span{
    font-size: 19px;
    color: #076fbe;
    font-weight: 700;   
}
.lj_top ul li a{
    font-size: 17px;
    text-decoration: underline;
}
.lj_mid{
    overflow: hidden;
}
.lj_mid ul li{
    float: left;
    width: 150px;
    height: 40px;
    margin-right: 7px;
    text-align: center;
    margin-top: 20px;
}
.lj_mid ul li img{
    float: left;
}
.foot_line{
    margin:20px 0px;
    height: 1px;
    border-top: 1px solid #E5E5E4;
}
.pt_left{
    float: left;
    width: 280px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-top: 2px solid #355e92;
    background: #f4f4f4;
    font-weight: 700;
}
.pt_left:hover{
    background: #355e92;
    border-top: 2px solid #cc0000;
}
.pt_left span{
    font-size: 19px;
    color: #355e92;
    line-height: 80px;
}

.pt_right{
    float: right;
    width: 280px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-top: 2px solid #355e92;
    background: #f4f4f4;
    font-weight: 700;
}
.pt_right:hover{
    background: #355e92;
    border-top: 2px solid #cc0000;
}
.pt_right:hover span{
    color: #fff;
}
.pt_right span{
    font-size: 19px;
    color: #355e92;
    line-height: 80px;
}
.mar_t{
    margin-top: 28px;
}
.pt_left:hover span{
    color: #fff;
}

/*底部*/
.foot_box{
    width: 100%;
    background: #21528a;
    overflow: hidden;
    margin-top: 15px;
}
.foot{
    width: 1200px;
    margin:0 auto;
    margin-top: 15px;
    background: #21528a;
}
.foot ul{
    overflow: hidden;
    width: 417px;
    margin: 0 auto;
}
.foot ul li{
   display: inline-block;
   width: 80px;
}
.foot ul li span{
    margin: 0px 10px;
    color: #fff;
}
.foot ul li a{
    color: #fff;
    font-size: 13px;
}
.foot p{
    font-size: 13px;
    color: #fff;
    margin: 20px 0px;
    text-align: center;
}
.foot p a{
    color: #fff;
    font-size: 13px;
}





